table of contents
FcStrSetAdd(3) | FcStrSetAdd(3) |
NAME¶
FcStrSetAdd - add to a string set
SYNOPSIS¶
#include <fontconfig/fontconfig.h> FcBool FcStrSetAdd (FcStrSet *set, const FcChar8 *s);
DESCRIPTION¶
Adds a copy of s to set.
31 3月 2022 | Fontconfig 2.14.0 |